home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / butthead.zip / BUTTHEAD.ZIP / autoexec.cfg next >
Text File  |  1996-07-03  |  2KB  |  83 lines

  1.  
  2. //     -Butthead.cfg-
  3.  
  4. //      -server setup-
  5.  
  6. hostname          host
  7. fraglimit           100
  8.  
  9. //    -Bindings-
  10.  
  11. bind '                  "autofire_t"
  12. bind TAB         "+showscores"
  13. bind ENTER         "                "
  14. bind ESCAPE         "togglemenu"
  15. bind SPACE         "+jump"
  16. bind +             "sizeup"
  17. bind ,             "+moveleft"
  18. bind -             "sizedown"
  19. bind .             "+moveright"
  20. bind /             "impulse 10"
  21. bind `             "toggleconsole"
  22. bind t             "messagemode"
  23. bind ~             "toggleconsole"
  24. bind ALT         "+strafe"
  25. bind CTRL         "+attack"
  26. bind SHIFT         "+mlook"
  27. bind F1         "help"
  28. bind F2         "menu_save"
  29. bind F3         "menu_load"
  30. bind F4         "menu_options"
  31. bind F5         "menu_net"
  32. bind F6         "echo Quicksaving...; wait; save quick"
  33. bind F9         "echo Quickloading...; wait; load quick"
  34. bind F10         "quit"
  35. bind F11         "zoom_in"
  36. bind F12         "screenshot"
  37. bind MOUSE1         "+forward"
  38. bind MOUSE2         "+back"
  39. bind PAUSE         "pause"
  40.  
  41. //    -Preferances-    
  42.  
  43. vid_mode               "0"
  44. scr_conspeed              "3000"
  45. m_pitch         "0.022"
  46. sensitivity         "6"
  47. lookstrafe         "0"
  48. lookspring         "1.000000"
  49. cl_backspeed         "400.000000"
  50. cl_forwardspeed     "400.000000"
  51. _cl_color         "8"
  52. _cl_name         "butthead"
  53. bgmvolume         "1.000000"
  54. volume             "0.600000"
  55. viewsize         "120.000000"
  56. _com_init         "ATZ"
  57. _com_type         "0"
  58. _com_baud         "4"
  59. gamma             "0.900000"
  60.  
  61. //    -Sound bindings-
  62.  
  63. bind 1                   "echo ;play bevuwus"
  64. bind 2                   "echo ;play burybeav"
  65. bind 3                      "echo ;play buttcool"
  66. bind 4                      "echo ;play checkit"
  67. bind 5                    "echo ;play cheese"
  68. bind 6                      "echo ;play decrap"
  69. bind 7                      "echo ;play goodidea"
  70. bind 8                      "echo ;play noexcuse"
  71. bind 9                    "echo ;play onlight2"
  72. bind 0                      "echo ;play shutupda"
  73.  
  74. alias AutoFire_t Autofire_on
  75. alias AutoFire_on "alias AutoFire_t Autofire_off ;echo AutoFire On;+attack;"
  76. alias AutoFire_off "alias AutoFire_t Autofire_on ;-attack;echo AutoFire Off"
  77.  
  78.  
  79.  
  80.               
  81.  
  82.  
  83.